From: Jan Djärv Date: Tue, 27 Jan 2004 09:40:23 +0000 (+0000) Subject: * process.h: Add extern to synch_process_termsig. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24350 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8df6b2bd18dfdc826b410ef47440a7258cd9abc3;p=emacs.git * process.h: Add extern to synch_process_termsig. --- diff --git a/src/ChangeLog b/src/ChangeLog index 4c8af038593..593cebcbbe6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-01-27 Jan Dj,Ad(Brv + + * process.h: Add extern to synch_process_termsig. + 2004-01-27 Steven Tamm * macterm.c (make_mac_frame, make_mac_terminal_frame): Move diff --git a/src/process.h b/src/process.h index 74cb218a2d8..6e2641d6b06 100644 --- a/src/process.h +++ b/src/process.h @@ -137,7 +137,7 @@ extern int synch_process_alive; extern char *synch_process_death; /* Nonzero => this is the signal number that terminated the subprocess. */ -int synch_process_termsig; +extern int synch_process_termsig; /* If synch_process_death is zero, this is exit code of synchronous subprocess. */